From: Andreas Schwab Date: Sat, 3 Aug 2002 23:26:14 +0000 (+0000) Subject: (tramp-perl-encode, tramp-perl-decode): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~31255 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e19174888e5ffbd42c22829b9fd3d6a77c70f4c3;p=emacs.git (tramp-perl-encode, tramp-perl-decode): Doc fix. --- diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index a3b343b99ef..b1da1789dda 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -1296,7 +1296,7 @@ while (my $data = ) { '" "Perl program to use for encoding a file. Escape sequence %s is replaced with name of Perl binary. -This string is passwd to `format', so percent characters need to be doubled.") +This string is passed to `format', so percent characters need to be doubled.") (defvar tramp-perl-decode "%s -e ' @@ -1340,7 +1340,7 @@ while (my $data = ) { '" "Perl program to use for decoding a file. Escape sequence %s is replaced with name of Perl binary. -This string is passwd to `format', so percent characters need to be doubled.") +This string is passed to `format', so percent characters need to be doubled.") ; These values conform to `file-attributes' from XEmacs 21.2. ; GNU Emacs and other tools not checked.